home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------
- # Default configuration of Service Handler in Nokia WAP Server
- #---------------------------------------------------------------
-
- #
- # Size of the request processing thread pool
- # Allowed values: 1 to 100
- # Default value: 10
- #
- SEHA_THREAD_POOL_SIZE=10
-
- #
- # Characterset alias mappings for WML encoding. Aliases which are not
- # supported by default can be added to the configuration parameter. The
- # existing character set name and alias name are separated by space.
- # Multiple name pairs are separated by comma.
- #
- # Default value: ISO-10646-UCS-2 which is alias of Unicode
- #
- SEHA_CHAR_ALIASES=Unicode ISO-10646-UCS-2
-
- #
- # Enable/disable access control functionality
- # Allowed values: true and false
- # Default value: true
- #
- SEHA_ACCESS_CONTROL_ON=true
- #
- # Enabale/disable automatic loading of DTDs
- #
- SEHA_DISABLE_DTD_DOWNLOAD=YES
-